From c5138831b0b9770bc71a3f0749f042c5c44710bc Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Apr 2004 03:55:44 +0000 Subject: [PATCH] Don't even send the NMEAOFF command to the units that can't handle it. It blows the synch on ColorTrak away because it's so slow to respone the UNABLE... --- magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magproto.c b/magproto.c index b0f66d8a1..9e65e791b 100644 --- a/magproto.c +++ b/magproto.c @@ -739,7 +739,7 @@ mag_rd_init(const char *portname) } } - if (!is_file) { + if (!is_file && (icon_mapping != gps315_icon_table)) { /* * The 315 can't handle this command, so we set a global * to ignore the NAK on it. -- 2.30.2